home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / µSim 1.0.5 / source / DoMenu.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-17  |  226 b   |  10 lines  |  [TEXT/CWIE]

  1. #pragma internal on
  2. extern short lastCommand;
  3.  
  4. void DoMenuFile(short theItem);
  5. void DoMenuWindows(short theItem);
  6. void ShowWindowAndCheckMenu(WindowPtr w, short theMenuItem);
  7. #pragma internal reset
  8.  
  9. void Handle_My_Menu(long);
  10.